C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<T> Class / GroupAsync Method / GroupAsync(GroupDescription[],CancellationToken) Method
The group descriptions that determine how the data will be grouped.
The cancellation token.

In This Topic
GroupAsync(GroupDescription[],CancellationToken) Method
In This Topic
Groups the collection according to the specified group descriptions.
Syntax
'Declaration
 
Public Overloads Overridable Function GroupAsync( _
   ByVal groupDescriptions() As GroupDescription, _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

groupDescriptions
The group descriptions that determine how the data will be grouped.
cancellationToken
The cancellation token.
See Also